-
Notifications
You must be signed in to change notification settings - Fork 102
summary: add real time cost to log collector #480
Conversation
Signed-off-by: Hillium <maruruku@stu.csust.edu.cn>
what is "TiKV service time"? |
The time how long the cluster handling requests of this BR task. (i.e. the summary of time waiting for split + scatter + import + checksum) It's hard to name this time, "CPU time" isn't accurate enough since it doesn't really need CPUs to run it. Any better idea? @kennytm |
backup time / restore time ? |
($(task_name) time would be good.) |
Signed-off-by: Hillium <maruruku@stu.csust.edu.cn>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rest LGTM
/run-integration-test |
|
/run-integration-test |
|
/run-integration-test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
0df927f
to
e24d68c
Compare
Signed-off-by: Hillium <maruruku@stu.csust.edu.cn>
cherry pick to release-3.1 in PR #485 |
cherry pick to release-4.0 in PR #486 |
* summary: add real time cost to log collector Signed-off-by: Hillium <maruruku@stu.csust.edu.cn> * summary: rename TiKV service time to $name time Signed-off-by: Hillium <maruruku@stu.csust.edu.cn> * restore: fix a typo Signed-off-by: Hillium <maruruku@stu.csust.edu.cn> Co-authored-by: Hillium <maruruku@stu.csust.edu.cn>
Signed-off-by: Hillium maruruku@stu.csust.edu.cn
What problem does this PR solve?
implement #478
What is changed and how it works?
We make serval changes to make the log of time cost correct:
br/pkg/restore/import.go
Lines 328 to 331 in d9d6207
Check List
Tests
Release Note